0.1.1 (2024-03-31).md
ASCII text
Changelog for version 0.1.1
This version is mainly a patch release. It also adds a few small features.
New features in this release
Markdown now features support for ordered lists and setext headers.
requirements.txt
was added for easier installation.
Fixed bugs in this release
When receiving multiple commits at once, they are added to the database in reverse order, matching the order of authoring.
Markdown lists should now be parsed correctly, even indented.
1Changelog for version 0.1.1 2=========================== 3 4This version is mainly a patch release. It also adds a few small features. 5 6New features in this release 7---------------------------- 8 9* Markdown now features support for ordered lists and setext headers. 10* `requirements.txt` was added for easier installation. 11 12Fixed bugs in this release 13-------------------------- 14 15* When receiving multiple commits at once, they are added to the database in 16reverse order, matching the order of authoring. 17* Markdown lists should now be parsed correctly, even indented. 18